home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_56 / compile.bat < prev    next >
DOS Batch File  |  1995-01-01  |  247b  |  16 lines

  1. cd blaster
  2. bpc blaster.pas
  3. cd ..\main
  4. tasm *
  5. bpc emstool.pas
  6. bpc -U..\blaster s3mplay.pas
  7. cd ..
  8. bpc -Ublaster;main smalls3m
  9. cd osci
  10. tasm *
  11. bpc -U..\blaster;..\main s3m_osci
  12. cd ..\player
  13. tasm *
  14. bpc -U..\blaster;..\main plays3m
  15. cd ..
  16.